home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / RFS275.lha / CFG / RFH.cfg next >
Text File  |  1995-04-12  |  2KB  |  46 lines

  1. /*
  2.  $VER: RFH Cfg Config for RFH Williamson 56.26
  3. */
  4. Priority     2              /* priority at which to run the file server */
  5.                             /* this should ALWAYS be less than the xfer */
  6.                             /* priority of the mailer                   */
  7. SysopReport FALSE           /* Send NetMail message to ourself showing  */
  8.                             /* status of request */
  9. ReqPoint TRUE               /* Allow points to request files            */
  10. ReqUnlisted FALSE           /* Allow unlisted systems to request files  */
  11.  
  12. SortedLst TRUE              /* FREQ.LST is alphabetically sorted        */
  13.                             /* If list is sorted, wildcard searchs      */
  14.                             /* are much faster                          */
  15.  
  16. MultiMagic TRUE             /* Send multiple files for MAGIC names      */
  17. MatchFirst FALSE            /* Send only the first file matched         */
  18.  
  19. FREQLST "RAM:FREQ.LST"      /* Fullpath of list of files to search      */
  20. LogFile "LOG:RFS.Log"       /* LogFile FullPathName                     */
  21. AcctPath "LOG:RFSACCT/"     /* Path for FTN accounting files            */
  22.  
  23. /* EXCLUDE and INCLUDE are mutually exclusive, only one may be used     */
  24.  
  25. /* Exclude these nodes from requesting files    */
  26. /* good idea to exclude yourself */
  27. /*EXCLUDE "FIDONET#1:167/104.1"    */
  28. EXCLUDE FIDONET#1:163/139.0
  29. EXCLUDE FIDONET#1:163/165.0
  30. /* Only these nodes may request files           */
  31. /*INCLUDE ""*/
  32.  
  33. /* Limit number of bytes that these sites may request to n bytes       */
  34. LIMITED FIDONET#1:167/331.0 50000
  35. LIMITED FIDONET#1:167/192.0 50000
  36. /*LIMITED AMIGANET#40:600/12.0 50000  */
  37.  
  38. /* These systems get privileged access to the extended freq.lst */
  39. PRIVLEDGED FIDONET#1:167/151.0
  40. PRIVLEDGED FIDONET#1:167/207.0
  41. PRIVLST "MAIL:PFREQ.LST"     /* Fullpath of list of files to search      */
  42.  
  43. MaxBytes 2000000            /* Maximum Bytes Per Session,   0 No limit  */
  44. MaxDaily 0                  /* Maximum Bytes Daily,         0 No limit  */
  45. MaxReqNames 10               /* Maximum Requests Per Session,0 No limit  */
  46.